Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlEnum<T> Class / Expression Property

In This Topic
    Expression Property (RdlEnum<T>)
    In This Topic
    Gets the expression associated with the current RdlProp. Note that this property throws an exception if the current object contains a constant (i.e. if IsExpression gets false).
    Syntax
    'Declaration
     
    Public ReadOnly Property Expression As String
    public string Expression {get;}
    See Also